From: Stefan Monnier Date: Wed, 21 Jan 2004 04:02:39 +0000 (+0000) Subject: (main) [USE_LSB_TAG]: Don't range check the ram. X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1~1^2~24425 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=4327310020a54df6573ef0d2f78b629f7e49b83c;p=emacs.git (main) [USE_LSB_TAG]: Don't range check the ram. --- diff --git a/src/macterm.c b/src/macterm.c index 69c1840149c..8905df752d5 100644 --- a/src/macterm.c +++ b/src/macterm.c @@ -7465,7 +7465,9 @@ main (void) do_get_menus (); +#ifndef USE_LSB_TAG do_check_ram_size (); +#endif init_emacs_passwd_dir ();